feat: Triumph Synergy ecosystem integration (organization-mainnet-v1.0-p23.0.1) - #30
Open
jdrains110-beep wants to merge 2 commits into
Conversation
jdrains110-beep
pushed a commit
to jdrains110-beep/Triumph-Synergy-Digital-Financial-Ecosystem
that referenced
this pull request
May 2, 2026
…t-v1.0-p23.0.1 - Add pi-mainnet-node service (stellar-core v23.0.1 + horizon v23.0.0 + PG 16) - Ports: 31401 (Horizon HTTP), 31402 (stellar-core peer), 31403 (history) - Volumes: pi_mainnet_stellar, pi_mainnet_logs, pi_mainnet_history - Networked on triumph-net + pi-bridge for direct settlement comms - Fork: https://github.com/jdrains110-beep/pi-node-docker - PR to PiCoreTeam: PiCoreTeam/pi-node-docker#30
There was a problem hiding this comment.
Pull request overview
Adds documentation for integrating the Triumph Synergy Digital Financial Ecosystem with a self-hosted pi-node-docker mainnet node as the sovereign on-chain anchor.
Changes:
- Adds a new integration guide describing dependent services, a docker-compose service snippet, required
.envvariables, a node-status command, and upgrade guidance.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a Triumph Synergy Digital Financial Ecosystem integration guide under
docs/ecosystem-integrations/triumph-synergy.md, documenting how the ecosystem runspinetwork/pi-node-docker:organization-mainnet-v1.0-p23.0.1as its primary sovereign on-chain anchor.What was integrated
pi-node-dockeris wired as the foundational node inside the Triumph Synergy multi-service stack (docker-compose). Every payment rail, settlement, tokenization, and Pi payroll event settles against this self-hosted node instead of a third-party API endpoint.Image version
pinetwork/pi-node-docker:organization-mainnet-v1.0-p23.0.1Changes in this PR
docs/ecosystem-integrations/triumph-synergy.md— integration guide with docker-compose snippet, .env additions, node-status check, and upgrade notesFork
https://github.com/jdrains110-beep/pi-node-docker